| 1 2 3 4 5 6 7 8 9 10 11 12 | 1 1 | (function() {
'use strict';
/**
* @ngdoc overview
* @name oblique-features
* @description
* The `oblique-features` angular module is the main module for loading the
* feature enable/disable/hide functionality of oblique-features.
*/
angular.module('oblique-features', []);
})();
|